home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 4 (Reseller) / Apple Ref. & Pres. Lib.v4.0.iso / 5-Fonts & Software / HyperCard 1.2.5 / Help Stacks / Help / card_158039.txt < prev    next >
Text File  |  1989-09-06  |  1KB  |  42 lines

  1. -- card: 158039 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 85668
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=316 top=181 right=205 bottom=340
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   setCrossReference
  23.   go to card id 159171
  24. end mouseUp
  25.  
  26.  
  27.  
  28. -- part contents for background part 1
  29. ----- text -----
  30. script
  31.  
  32. -- part contents for background part 2
  33. ----- text -----
  34. Each button, field, card, background, and stack has a script, which you can edit.  The script contains text that describes what messages the object understands and what actions should happen in response to the message.   
  35.  
  36. -- part contents for background part 22
  37. ----- text -----
  38. 453,238
  39.  
  40. -- part contents for background part 3
  41. ----- text -----
  42. HyperCard carries out the script in response to messages such as "mouseUp".  See also:  message.*